home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr25 / sv210s.zip / SV.BAT < prev    next >
DOS Batch File  |  1995-01-28  |  116b  |  14 lines

  1. ECHO OFF
  2. IF not exist scalae.exe  GOTO sv
  3.  
  4. scalae.exe
  5.  
  6. GOTO ende
  7.  
  8. :sv
  9. svshare.exe
  10.  
  11. :ende
  12. ECHO ON
  13. :end
  14.